home *** CD-ROM | disk | FTP | other *** search
- !SCRIPT
-
- !COMMENT Select fields to print
- !SELECTION NAME,ADD1,ADD2,ADD3,ADD4
-
- !COMMENT Direct output to printer
- !DESTINATION Printer
-
- !COMMENT Choose 'Label' as print format
- !FORMAT Label
-
- !COMMENT "2 up" labels, 80 x 35mm. Request starting label. Print primary key.
- !LABEL 2,80,35,,,Start at?,,,ON
-
- !COMMENT Set font size to 12 point
- !FONTSIZE 12
-
- !COMMENT Print whole file
- !QUERY ALL
-
- !COMMENT Clear field selection
- !SELECTION
-
- !COMMENT Restore default print options
- !PRINTOPTS
-
- !COMMENT End script (optional)
- !SCRIPT END
-
-